home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 038a / qbtree45.zip / UPDATE.DOC < prev   
Text File  |  1991-01-03  |  1KB  |  30 lines

  1. 1/3/91
  2. Maintenance update:  4.50 (SS 4.20B)
  3.  
  4. Bug FIX : if after DeleteKey() or DeleteRecord() was
  5. called, the deleted key straddled the 256th byte in the key node
  6. and the node was not a leaf, and if the node of the deleted key
  7. could be merged with the right child node of the deleted key, then
  8. if the deleted key's node + the merged node combined keycount was
  9. greater than the maximum keys per node, then the index would become
  10. corrupt because of too many keys having been placed on the node
  11. (incomplete or missing keys).
  12.  
  13. RewindKey() should no longer be used.  Use GetFirst() instead.
  14.  
  15. The default max key and data files is changed to 5. To change
  16. it, alter the MDF or MKF in the main module source and recompile.
  17. If you do not use BC 4.00b, you should recompile also.  See the
  18. docs (also improved).
  19.  
  20. The error detection has been improved and things basically cleaned
  21. up.
  22.  
  23. Suggestions?  Problems?  Drop me a note or line.
  24.  
  25. Cornel Huth
  26. 6402 Ingram Rd.
  27. San Antonio, TX  78238
  28. (512)684-8065
  29.  
  30.